home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / a-g / doublex / doublex.doc < prev    next >
Text File  |  1995-12-21  |  1KB  |  36 lines

  1. DoubleX - a small patch to force mode promotion on all NTSC and PAL
  2.       screens on AA-equipped computers.
  3.  
  4. Mode promotion on the A4000 will take a request from a program to open
  5. a screen, and either scandouble or de-interlace that screen.  However,
  6. if the program specifically asks for an NTSC or PAL screen mode, then 
  7. the OS feels compelled to give the program what it asked for - even if
  8. that means a flickering screen, or a 200 line display.
  9.  
  10. DoubleX does what Mode Promotion does, but it does it for all
  11. OpenScreenTagList() requests.  Programs that the standard Mode Promotion
  12. will not promote, such as DPaint or ADPro, will be promoted by DoubleX.
  13.  
  14. To install DoubleX, copy it to some directory such as "Sys:Tools", and
  15. add a line like this to your "S:User-Startup" file:
  16.     
  17.     "Run >NIL: <NIL: Sys:Tools/DoubleX"
  18.  
  19. You cannot drop DoubleX into the WBStartup drawer - it will not run
  20. from Workbench.  It will quit if you send it a Ctrl-C break signal.
  21. Warning: It does not check to make sure that nothing else has patched
  22. the OpenScreenTagList() vector when it exits, and if something else
  23. has, then your system may be left in an unstable state.  Quitting 
  24. DoubleX is not generally a good idea.
  25.  
  26. DoubleX, V1.00, is public domain by Steve Tibbett.
  27.  
  28. You can reach me at these email addresses:
  29.         
  30.     Bix:    s.tibbett
  31.     Usenet:    SteveX@cup.portal.com
  32.     Portal:    SteveX
  33.     CIS:    72627,1325
  34.     BBS:    613-731-3419
  35.  
  36.